EinhugurCoreBridge.NSObject
NSImage
NSImage (private) | Private constructor. This class can only be constructed with the Shared methods on the class. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
Height | Returns height of the NSImage. |
Width | Returns width of the NSImage. |
shared Cast | Does deep cast on incoming NSObject to NSImage. |
Draw | Draws the NSImage into Xojo Graphics object at given x,y location. |
Draw | Draws the NSImage into Xojo Graphics object at given x,y location, taking in additionally width and height parameters. |
shared FromCGImage | Creates NSImage from a given CGImage. |
shared FromFile | Loads image from contents of a file. |
shared FromFileIcon | Loads image from a file or folder icon. |
shared FromFileType | Loads icon for given file type. |
shared FromIntegerPtr | Constructs NSImage object from Integer handle coming from declares or 3rd party plugin. |
shared FromNamedImage | Returns the image object associated with the specified name. |
shared FromURL | Loads image from a URL. |
GetCGImageOfSize | Gets representation of given Size and returns it as EinhugurCoreBridge.CGImage. |
Release (Inherited) | Releases the NSObject. |
Retain (Inherited) | Retains the NSObject |
ToPicture | Converts the NSImage to Xojo picture object. |
Version = 5.0 (Inherited) |